home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2697 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  929 b 

  1. Path: newsfeed.tip.net!usenet
  2. From: mats@plea.se (Mats Magnusson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Help wanted with parallelport
  5. Date: 4 Feb 1996 06:20:31 GMT
  6. Organization: Uniplus Internet Access
  7. Message-ID: <544.6608T417T1395@plea.se>
  8. References: <4drj62$ija@news.uni-c.dk>
  9. NNTP-Posting-Host: beatles.plea.se
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >I would very much like to know how I can program acknowledge on the parallel 
  13. >port to start an interrupt. It has to be OS friendly and preferably in 
  14. >assembly or C.
  15.  
  16. Well, one way is to go by ciaa (or is it ciab).resource, and add your
  17. interrupt there. Oncd your interrupt is installed that way, the
  18. paralell.device f.ex. doesn't interfere with the paralell port. It's
  19. possible to allocate the other bits in the paralell port also, i think it's
  20. in misc.resource.
  21.  
  22. I don't think it's possible to do some reasonable with exec's
  23. int-functions.
  24.  
  25.